home *** CD-ROM | disk | FTP | other *** search
/ Disc to the Future 2 / Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin / MAC / THINKC / 4_0 / LIFE_SIM / VERSION_ / CELL_DEF.H next >
Text File  |  1992-03-12  |  822b  |  42 lines

  1. #define    NIL_POINTER                0L
  2. #define BASE_RES_ID                128
  3. #define MOVE_TO_FRONT            -1L
  4. #define MOVE_TO_BACK            0L
  5. #define REMOVE_ALL_EVENTS        0
  6.  
  7. #define MIN_SLEEP                0L
  8. #define NIL_MOUSE_REGION        0L
  9.  
  10. #define SHOW_ALL_WINDOW_ITEM    1
  11. #define QUIT_ITEM                2
  12. #define ABOUT_ITEM                1
  13.  
  14. #define APPLE_MENU_ID            BASE_RES_ID
  15. #define FILE_MENU_ID            BASE_RES_ID + 1
  16. #define EDIT_MENU_ID            BASE_RES_ID + 2
  17.  
  18. #define NUMBER_STATS            6
  19.  
  20. #define ON                        1
  21. #define OFF                        0
  22.  
  23. #define PEN_HEIGHT                3
  24. #define PEN_WIDTH                3
  25.  
  26. #define WNE_TRAP_NUM            0x60
  27. #define UMIMPL_TRAP_NUM            0x9F
  28.  
  29. #define    DRAG_THRESHOLD            30
  30.  
  31. #define    RETURN_KEY                13
  32. #define    NORMAL_UPDATES            TRUE
  33.  
  34. #define    MIN_WINDOW_HEIGHT        50
  35. #define    MIN_WINDOW_WIDTH        50
  36.  
  37. #define    NUMBER_OF_CELLS            10000
  38.  
  39. #define ABOUT_ALERT                BASE_RES_ID
  40.  
  41. #define OVER_POP_ITEM            4
  42. #define OVER_EXP_ITEM            2